SqlBaseVisitor<Result> Class
In This Topic
This class provides an empty implementation of
ISqlVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Object Model
Syntax
'Declaration
Public Class SqlBaseVisitor(Of )
Inherits Antlr4.Runtime.Tree.AbstractParseTreeVisitor(Of Result)
Implements Antlr4.Runtime.Tree.IParseTreeVisitor(Of Result), ISqlVisitor(Of Result)
public class SqlBaseVisitor<> : Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>, Antlr4.Runtime.Tree.IParseTreeVisitor<Result>, ISqlVisitor<Result>
Type Parameters
- Result
- The return type of the visit operation.
Inheritance Hierarchy
System.Object
Antlr4.Runtime.Tree.AbstractParseTreeVisitor<Result>
C1.DataConnector.SqlBaseVisitor<Result>
See Also